Html Css Color HEX #C240CF Medium Orchid

📋 copy color: '#C240CF'

red 194 ◦ green 64 ◦ blue 207

#C240CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C240CF

Tints of Medium Orchid #C240CF

RGB

 RED value IS 194 (76.17% from 255) = 41.72%

 GREEN value IS 64 (25.39% from 255) = 13.76%

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 41.72%
G = 13.76%
B = 44.52%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C240CF (or 0xC240CF) is known color: Medium Orchid. HEX triplet: C2, 40 and CF. RGB value is (194,64,207). Sum of RGB (Red+Green+Blue) = 194+64+207=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #C240CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240CF is #3DBF30. Grayscale: #767676. Windows color (decimal): -4046641 or 13582530. OLE color: 13582530.

HSL color Cylindrical-coordinate representation of color #C240CF: hue angle of 294.55º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C240CF is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 64 207 -
CMYK 0.06 0.69 0 0.19
HSL 294.55º 0.6% 0.53% -
HSV(B) 294.55º 0.69% 0.81% -
XYZ 35.34 19.64 60.96 -
YUV 119.17 177.57 181.37 -
System Red Green Blue C M Y K H S L
Decimal 194 64 207 0.06 0.69 0 0.19 294.55 0.6 0.53
Hex C2 40 CF 6 45 0 13 127 3C 35
Octal 302 100 317 6 105 0 23 447 74 65
Binary 11000010 1000000 11001111 110 1000101 0 10011 100100111 111100 110101

Color Harmonies of #C240CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240CF

Black with #C240CF

Text Example


Text Example

White with #C240CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240CF; }

 p { color: rgb(194,64,207); }

 H1.HeaderClassName
 {
   color: #C240CF;
 }
 .AnyTagClassName
 {
   color: #C240CF;
 }
</style>

background-color css

<style>
 a { background-color: #C240CF; }

 a { background-color: rgb(194,64,207); }

 div.DivClassName
 {
   background-color: #C240CF;
 }
 .BgClassName
 {
   background-color: #C240CF;
 }
</style>

border-color css

<style>
 span { border-color: #C240CF; }

 span { border-color: rgb(194,64,207); }

 td.TdClassName
 {
   border-color: #C240CF;
 }
 .TagClassName
 {
   border-color: #C240CF;
 }
</style>