Html Css Color HEX #CF5FDB Orchid

📋 copy color: '#CF5FDB'

red 207 ◦ green 95 ◦ blue 219

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

Shades of Orchid #CF5FDB

Tints of Orchid #CF5FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.23%

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

R = 39.73%
G = 18.23%
B = 42.03%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF5FDB (or 0xCF5FDB) is known color: Orchid. HEX triplet: CF, 5F and DB. RGB value is (207,95,219). Sum of RGB (Red+Green+Blue) = 207+95+219=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF5FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FDB is #30A024. Grayscale: #8E8E8E. Windows color (decimal): -3186725 or 14376911. OLE color: 14376911.

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

Color convert

RGB 207 95 219 -
CMYK 0.05 0.57 0 0.14
HSL 294.19º 0.63% 0.62% -
HSV(B) 294.19º 0.57% 0.86% -
XYZ 42.61 26.56 69.9 -
YUV 142.62 171.11 173.92 -
System Red Green Blue C M Y K H S L
Decimal 207 95 219 0.05 0.57 0 0.14 294.19 0.63 0.62
Hex CF 5F DB 5 39 0 E 126 3F 3E
Octal 317 137 333 5 71 0 16 446 77 76
Binary 11001111 1011111 11011011 101 111001 0 1110 100100110 111111 111110

Color Harmonies of #CF5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5FDB

Black with #CF5FDB

Text Example


Text Example

White with #CF5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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