Html Css Color HEX #CF73BE Orchid

📋 copy color: '#CF73BE'

red 207 ◦ green 115 ◦ blue 190

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

Shades of Orchid #CF73BE

Tints of Orchid #CF73BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 40.43%
G = 22.46%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF73BE (or 0xCF73BE) is known color: Orchid. HEX triplet: CF, 73 and BE. RGB value is (207,115,190). Sum of RGB (Red+Green+Blue) = 207+115+190=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF73BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73BE is #308C41. Grayscale: #969696. Windows color (decimal): -3181634 or 12481487. OLE color: 12481487.

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

Color convert

RGB 207 115 190 -
CMYK 0 0.44 0.08 0.19
HSL 311.09º 0.49% 0.63% -
HSV(B) 311.09º 0.44% 0.81% -
XYZ 41.16 29.24 52.19 -
YUV 151.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 207 115 190 0 0.44 0.08 0.19 311.09 0.49 0.63
Hex CF 73 BE 0 2C 8 13 137 31 3F
Octal 317 163 276 0 54 10 23 467 61 77
Binary 11001111 1110011 10111110 0 101100 1000 10011 100110111 110001 111111

Color Harmonies of #CF73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF73BE

Black with #CF73BE

Text Example


Text Example

White with #CF73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF73BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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