Html Css Color HEX #CF7CCC Orchid

📋 copy color: '#CF7CCC'

red 207 ◦ green 124 ◦ blue 204

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

Shades of Orchid #CF7CCC

Tints of Orchid #CF7CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.18%

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

R = 38.69%
G = 23.18%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF7CCC (or 0xCF7CCC) is known color: Orchid. HEX triplet: CF, 7C and CC. RGB value is (207,124,204). Sum of RGB (Red+Green+Blue) = 207+124+204=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CCC is #308333. Grayscale: #9D9D9D. Windows color (decimal): -3179316 or 13401295. OLE color: 13401295.

HSL color Cylindrical-coordinate representation of color #CF7CCC: hue angle of 302.17º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7CCC is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 124 204 -
CMYK 0 0.40 0.01 0.19
HSL 302.17º 0.46% 0.65% -
HSV(B) 302.17º 0.4% 0.81% -
XYZ 43.84 32.04 61 -
YUV 157.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 207 124 204 0 0.40 0.01 0.19 302.17 0.46 0.65
Hex CF 7C CC 0 28 1 13 12E 2E 41
Octal 317 174 314 0 50 1 23 456 56 101
Binary 11001111 1111100 11001100 0 101000 1 10011 100101110 101110 1000001

Color Harmonies of #CF7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7CCC

Black with #CF7CCC

Text Example


Text Example

White with #CF7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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