Html Css Color HEX #CF73DC Orchid

📋 copy color: '#CF73DC'

red 207 ◦ green 115 ◦ blue 220

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

Shades of Orchid #CF73DC

Tints of Orchid #CF73DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 38.19%
G = 21.22%
B = 40.59%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF73DC (or 0xCF73DC) is known color: Orchid. HEX triplet: CF, 73 and DC. RGB value is (207,115,220). Sum of RGB (Red+Green+Blue) = 207+115+220=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF73DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73DC is #308C23. Grayscale: #9A9A9A. Windows color (decimal): -3181604 or 14447567. OLE color: 14447567.

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

Color convert

RGB 207 115 220 -
CMYK 0.06 0.48 0 0.14
HSL 292.57º 0.6% 0.66% -
HSV(B) 292.57º 0.48% 0.86% -
XYZ 44.78 30.69 71.27 -
YUV 154.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 207 115 220 0.06 0.48 0 0.14 292.57 0.6 0.66
Hex CF 73 DC 6 30 0 E 125 3C 42
Octal 317 163 334 6 60 0 16 445 74 102
Binary 11001111 1110011 11011100 110 110000 0 1110 100100101 111100 1000010

Color Harmonies of #CF73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF73DC

Black with #CF73DC

Text Example


Text Example

White with #CF73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF73DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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