Html Css Color HEX #CF6FCC Orchid

📋 copy color: '#CF6FCC'

red 207 ◦ green 111 ◦ blue 204

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

Shades of Orchid #CF6FCC

Tints of Orchid #CF6FCC

RGB

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

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

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

R = 39.66%
G = 21.26%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF6FCC (or 0xCF6FCC) is known color: Orchid. HEX triplet: CF, 6F and CC. RGB value is (207,111,204). Sum of RGB (Red+Green+Blue) = 207+111+204=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FCC is #309033. Grayscale: #969696. Windows color (decimal): -3182644 or 13397967. OLE color: 13397967.

HSL color Cylindrical-coordinate representation of color #CF6FCC: hue angle of 301.88º 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 #CF6FCC is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 111 204 -
CMYK 0 0.46 0.01 0.19
HSL 301.88º 0.5% 0.62% -
HSV(B) 301.88º 0.46% 0.81% -
XYZ 42.32 28.99 60.49 -
YUV 150.31 158.3 168.44 -
System Red Green Blue C M Y K H S L
Decimal 207 111 204 0 0.46 0.01 0.19 301.88 0.5 0.62
Hex CF 6F CC 0 2E 1 13 12E 32 3E
Octal 317 157 314 0 56 1 23 456 62 76
Binary 11001111 1101111 11001100 0 101110 1 10011 100101110 110010 111110

Color Harmonies of #CF6FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6FCC

Black with #CF6FCC

Text Example


Text Example

White with #CF6FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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