Html Css Color HEX #CF7FCC Orchid

📋 copy color: '#CF7FCC'

red 207 ◦ green 127 ◦ blue 204

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

Shades of Orchid #CF7FCC

Tints of Orchid #CF7FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.61%

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

R = 38.48%
G = 23.61%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF7FCC (or 0xCF7FCC) is known color: Orchid. HEX triplet: CF, 7F and CC. RGB value is (207,127,204). Sum of RGB (Red+Green+Blue) = 207+127+204=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FCC is #308033. Grayscale: #9F9F9F. Windows color (decimal): -3178548 or 13402063. OLE color: 13402063.

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

Color convert

RGB 207 127 204 -
CMYK 0 0.39 0.01 0.19
HSL 302.25º 0.45% 0.65% -
HSV(B) 302.25º 0.39% 0.81% -
XYZ 44.22 32.8 61.13 -
YUV 159.7 153 161.74 -
System Red Green Blue C M Y K H S L
Decimal 207 127 204 0 0.39 0.01 0.19 302.25 0.45 0.65
Hex CF 7F CC 0 27 1 13 12E 2D 41
Octal 317 177 314 0 47 1 23 456 55 101
Binary 11001111 1111111 11001100 0 100111 1 10011 100101110 101101 1000001

Color Harmonies of #CF7FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7FCC

Black with #CF7FCC

Text Example


Text Example

White with #CF7FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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