Html Css Color HEX #CF6FCE Orchid

📋 copy color: '#CF6FCE'

red 207 ◦ green 111 ◦ blue 206

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

Shades of Orchid #CF6FCE

Tints of Orchid #CF6FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.18%

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 39.5%
G = 21.18%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF6FCE (or 0xCF6FCE) is known color: Orchid. HEX triplet: CF, 6F and CE. RGB value is (207,111,206). Sum of RGB (Red+Green+Blue) = 207+111+206=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FCE is #309031. Grayscale: #969696. Windows color (decimal): -3182642 or 13529039. OLE color: 13529039.

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

Color convert

RGB 207 111 206 -
CMYK 0 0.46 0.00 0.19
HSL 300.63º 0.5% 0.62% -
HSV(B) 300.63º 0.46% 0.81% -
XYZ 42.56 29.09 61.76 -
YUV 150.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 207 111 206 0 0.46 0.00 0.19 300.63 0.5 0.62
Hex CF 6F CE 0 2E 0 13 12D 32 3E
Octal 317 157 316 0 56 0 23 455 62 76
Binary 11001111 1101111 11001110 0 101110 0 10011 100101101 110010 111110

Color Harmonies of #CF6FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6FCE

Black with #CF6FCE

Text Example


Text Example

White with #CF6FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6FCE; }

 p { color: rgb(207,111,206); }

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

background-color css

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

 a { background-color: rgb(207,111,206); }

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

border-color css

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

 span { border-color: rgb(207,111,206); }

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