Html Css Color HEX #CF78C9 Orchid

📋 copy color: '#CF78C9'

red 207 ◦ green 120 ◦ blue 201

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

Shades of Orchid #CF78C9

Tints of Orchid #CF78C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.07%

R = 39.2%
G = 22.73%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF78C9 (or 0xCF78C9) is known color: Orchid. HEX triplet: CF, 78 and C9. RGB value is (207,120,201). Sum of RGB (Red+Green+Blue) = 207+120+201=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CF78C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78C9 is #308736. Grayscale: #9B9B9B. Windows color (decimal): -3180343 or 13203663. OLE color: 13203663.

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

Color convert

RGB 207 120 201 -
CMYK 0 0.42 0.03 0.19
HSL 304.14º 0.48% 0.64% -
HSV(B) 304.14º 0.42% 0.81% -
XYZ 42.99 30.92 58.96 -
YUV 155.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 207 120 201 0 0.42 0.03 0.19 304.14 0.48 0.64
Hex CF 78 C9 0 2A 3 13 130 30 40
Octal 317 170 311 0 52 3 23 460 60 100
Binary 11001111 1111000 11001001 0 101010 11 10011 100110000 110000 1000000

Color Harmonies of #CF78C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF78C9

Black with #CF78C9

Text Example


Text Example

White with #CF78C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF78C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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