Html Css Color HEX #CF6EC3 Orchid

📋 copy color: '#CF6EC3'

red 207 ◦ green 110 ◦ blue 195

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

Shades of Orchid #CF6EC3

Tints of Orchid #CF6EC3

RGB

 RED value IS 207 (81.25% from 255) = 40.43%

 GREEN value IS 110 (43.36% from 255) = 21.48%

 BLUE value IS 195 (76.56% from 255) = 38.09%

R = 40.43%
G = 21.48%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF6EC3 (or 0xCF6EC3) is known color: Orchid. HEX triplet: CF, 6E and C3. RGB value is (207,110,195). Sum of RGB (Red+Green+Blue) = 207+110+195=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EC3 is #30913C. Grayscale: #949494. Windows color (decimal): -3182909 or 12807887. OLE color: 12807887.

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

Color convert

RGB 207 110 195 -
CMYK 0 0.47 0.06 0.19
HSL 307.42º 0.5% 0.62% -
HSV(B) 307.42º 0.47% 0.81% -
XYZ 41.16 28.36 54.93 -
YUV 148.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 207 110 195 0 0.47 0.06 0.19 307.42 0.5 0.62
Hex CF 6E C3 0 2F 6 13 133 32 3E
Octal 317 156 303 0 57 6 23 463 62 76
Binary 11001111 1101110 11000011 0 101111 110 10011 100110011 110010 111110

Color Harmonies of #CF6EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EC3

Black with #CF6EC3

Text Example


Text Example

White with #CF6EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EC3; }

 p { color: rgb(207,110,195); }

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

background-color css

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

 a { background-color: rgb(207,110,195); }

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

border-color css

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

 span { border-color: rgb(207,110,195); }

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