Html Css Color HEX #CF73BC Orchid

📋 copy color: '#CF73BC'

red 207 ◦ green 115 ◦ blue 188

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

Shades of Orchid #CF73BC

Tints of Orchid #CF73BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.86%

R = 40.59%
G = 22.55%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF73BC (or 0xCF73BC) is known color: Orchid. HEX triplet: CF, 73 and BC. RGB value is (207,115,188). Sum of RGB (Red+Green+Blue) = 207+115+188=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF73BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73BC is #308C43. Grayscale: #969696. Windows color (decimal): -3181636 or 12350415. OLE color: 12350415.

HSL color Cylindrical-coordinate representation of color #CF73BC: hue angle of 312.39º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF73BC is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 115 188 -
CMYK 0 0.44 0.09 0.19
HSL 312.39º 0.49% 0.63% -
HSV(B) 312.39º 0.44% 0.81% -
XYZ 40.94 29.16 51.05 -
YUV 150.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 207 115 188 0 0.44 0.09 0.19 312.39 0.49 0.63
Hex CF 73 BC 0 2C 9 13 138 31 3F
Octal 317 163 274 0 54 11 23 470 61 77
Binary 11001111 1110011 10111100 0 101100 1001 10011 100111000 110001 111111

Color Harmonies of #CF73BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF73BC

Black with #CF73BC

Text Example


Text Example

White with #CF73BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF73BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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