Html Css Color HEX #CF73B5 Orchid

📋 copy color: '#CF73B5'

red 207 ◦ green 115 ◦ blue 181

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

Shades of Orchid #CF73B5

Tints of Orchid #CF73B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.98%

R = 41.15%
G = 22.86%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF73B5 (or 0xCF73B5) is known color: Orchid. HEX triplet: CF, 73 and B5. RGB value is (207,115,181). Sum of RGB (Red+Green+Blue) = 207+115+181=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF73B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73B5 is #308C4A. Grayscale: #959595. Windows color (decimal): -3181643 or 11891663. OLE color: 11891663.

HSL color Cylindrical-coordinate representation of color #CF73B5: hue angle of 316.96º 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 #CF73B5 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 115 181 -
CMYK 0 0.44 0.13 0.19
HSL 316.96º 0.49% 0.63% -
HSV(B) 316.96º 0.44% 0.81% -
XYZ 40.2 28.86 47.17 -
YUV 150.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 207 115 181 0 0.44 0.13 0.19 316.96 0.49 0.63
Hex CF 73 B5 0 2C D 13 13D 31 3F
Octal 317 163 265 0 54 15 23 475 61 77
Binary 11001111 1110011 10110101 0 101100 1101 10011 100111101 110001 111111

Color Harmonies of #CF73B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF73B5

Black with #CF73B5

Text Example


Text Example

White with #CF73B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF73B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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