Html Css Color HEX #CF78DB Orchid

📋 copy color: '#CF78DB'

red 207 ◦ green 120 ◦ blue 219

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

Shades of Orchid #CF78DB

Tints of Orchid #CF78DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 37.91%
G = 21.98%
B = 40.11%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF78DB (or 0xCF78DB) is known color: Orchid. HEX triplet: CF, 78 and DB. RGB value is (207,120,219). Sum of RGB (Red+Green+Blue) = 207+120+219=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78DB is #308724. Grayscale: #9C9C9C. Windows color (decimal): -3180325 or 14383311. OLE color: 14383311.

HSL color Cylindrical-coordinate representation of color #CF78DB: hue angle of 292.73º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF78DB is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 120 219 -
CMYK 0.05 0.45 0 0.14
HSL 292.73º 0.58% 0.66% -
HSV(B) 292.73º 0.45% 0.86% -
XYZ 45.23 31.81 70.77 -
YUV 157.3 162.82 163.45 -
System Red Green Blue C M Y K H S L
Decimal 207 120 219 0.05 0.45 0 0.14 292.73 0.58 0.66
Hex CF 78 DB 5 2D 0 E 125 3A 42
Octal 317 170 333 5 55 0 16 445 72 102
Binary 11001111 1111000 11011011 101 101101 0 1110 100100101 111010 1000010

Color Harmonies of #CF78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF78DB

Black with #CF78DB

Text Example


Text Example

White with #CF78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF78DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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