Html Css Color HEX #CF75DB Orchid

📋 copy color: '#CF75DB'

red 207 ◦ green 117 ◦ blue 219

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

Shades of Orchid #CF75DB

Tints of Orchid #CF75DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.55%

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

R = 38.12%
G = 21.55%
B = 40.33%

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

#CF75DB (or 0xCF75DB) is known color: Orchid. HEX triplet: CF, 75 and DB. RGB value is (207,117,219). Sum of RGB (Red+Green+Blue) = 207+117+219=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF75DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75DB is #308A24. Grayscale: #9B9B9B. Windows color (decimal): -3181093 or 14382543. OLE color: 14382543.

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

Color convert

RGB 207 117 219 -
CMYK 0.05 0.47 0 0.14
HSL 292.94º 0.59% 0.66% -
HSV(B) 292.94º 0.47% 0.86% -
XYZ 44.88 31.1 70.66 -
YUV 155.54 163.82 164.71 -
System Red Green Blue C M Y K H S L
Decimal 207 117 219 0.05 0.47 0 0.14 292.94 0.59 0.66
Hex CF 75 DB 5 2F 0 E 125 3B 42
Octal 317 165 333 5 57 0 16 445 73 102
Binary 11001111 1110101 11011011 101 101111 0 1110 100100101 111011 1000010

Color Harmonies of #CF75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF75DB

Black with #CF75DB

Text Example


Text Example

White with #CF75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF75DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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