Html Css Color HEX #CF78CC Orchid

📋 copy color: '#CF78CC'

red 207 ◦ green 120 ◦ blue 204

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

Shades of Orchid #CF78CC

Tints of Orchid #CF78CC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.6%

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

R = 38.98%
G = 22.6%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF78CC (or 0xCF78CC) is known color: Orchid. HEX triplet: CF, 78 and CC. RGB value is (207,120,204). Sum of RGB (Red+Green+Blue) = 207+120+204=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF78CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78CC is #308733. Grayscale: #9B9B9B. Windows color (decimal): -3180340 or 13400271. OLE color: 13400271.

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

Color convert

RGB 207 120 204 -
CMYK 0 0.42 0.01 0.19
HSL 302.07º 0.48% 0.64% -
HSV(B) 302.07º 0.42% 0.81% -
XYZ 43.35 31.06 60.84 -
YUV 155.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 207 120 204 0 0.42 0.01 0.19 302.07 0.48 0.64
Hex CF 78 CC 0 2A 1 13 12E 30 40
Octal 317 170 314 0 52 1 23 456 60 100
Binary 11001111 1111000 11001100 0 101010 1 10011 100101110 110000 1000000

Color Harmonies of #CF78CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF78CC

Black with #CF78CC

Text Example


Text Example

White with #CF78CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF78CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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