Html Css Color HEX #CF6BCC Orchid

📋 copy color: '#CF6BCC'

red 207 ◦ green 107 ◦ blue 204

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

Shades of Orchid #CF6BCC

Tints of Orchid #CF6BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.66%

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 39.96%
G = 20.66%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF6BCC (or 0xCF6BCC) is known color: Orchid. HEX triplet: CF, 6B and CC. RGB value is (207,107,204). Sum of RGB (Red+Green+Blue) = 207+107+204=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BCC is #309433. Grayscale: #939393. Windows color (decimal): -3183668 or 13396943. OLE color: 13396943.

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

Color convert

RGB 207 107 204 -
CMYK 0 0.48 0.01 0.19
HSL 301.8º 0.51% 0.62% -
HSV(B) 301.8º 0.48% 0.81% -
XYZ 41.89 28.14 60.35 -
YUV 147.96 159.63 170.11 -
System Red Green Blue C M Y K H S L
Decimal 207 107 204 0 0.48 0.01 0.19 301.8 0.51 0.62
Hex CF 6B CC 0 30 1 13 12E 33 3E
Octal 317 153 314 0 60 1 23 456 63 76
Binary 11001111 1101011 11001100 0 110000 1 10011 100101110 110011 111110

Color Harmonies of #CF6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6BCC

Black with #CF6BCC

Text Example


Text Example

White with #CF6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6BCC; }

 p { color: rgb(207,107,204); }

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

background-color css

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

 a { background-color: rgb(207,107,204); }

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

border-color css

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

 span { border-color: rgb(207,107,204); }

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