Html Css Color HEX #CF73DB Orchid

📋 copy color: '#CF73DB'

red 207 ◦ green 115 ◦ blue 219

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

Shades of Orchid #CF73DB

Tints of Orchid #CF73DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.26%

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

R = 38.26%
G = 21.26%
B = 40.48%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF73DB (or 0xCF73DB) is known color: Orchid. HEX triplet: CF, 73 and DB. RGB value is (207,115,219). Sum of RGB (Red+Green+Blue) = 207+115+219=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF73DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73DB is #308C24. Grayscale: #9A9A9A. Windows color (decimal): -3181605 or 14382031. OLE color: 14382031.

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

Color convert

RGB 207 115 219 -
CMYK 0.05 0.47 0 0.14
HSL 293.08º 0.59% 0.65% -
HSV(B) 293.08º 0.47% 0.86% -
XYZ 44.65 30.64 70.58 -
YUV 154.36 164.48 165.54 -
System Red Green Blue C M Y K H S L
Decimal 207 115 219 0.05 0.47 0 0.14 293.08 0.59 0.65
Hex CF 73 DB 5 2F 0 E 125 3B 41
Octal 317 163 333 5 57 0 16 445 73 101
Binary 11001111 1110011 11011011 101 101111 0 1110 100100101 111011 1000001

Color Harmonies of #CF73DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF73DB

Black with #CF73DB

Text Example


Text Example

White with #CF73DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF73DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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