Html Css Color HEX #CF73C6 Orchid

📋 copy color: '#CF73C6'

red 207 ◦ green 115 ◦ blue 198

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

Shades of Orchid #CF73C6

Tints of Orchid #CF73C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.08%

R = 39.81%
G = 22.12%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF73C6 (or 0xCF73C6) is known color: Orchid. HEX triplet: CF, 73 and C6. RGB value is (207,115,198). Sum of RGB (Red+Green+Blue) = 207+115+198=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF73C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73C6 is #308C39. Grayscale: #979797. Windows color (decimal): -3181626 or 13005775. OLE color: 13005775.

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

Color convert

RGB 207 115 198 -
CMYK 0 0.44 0.04 0.19
HSL 305.87º 0.49% 0.63% -
HSV(B) 305.87º 0.44% 0.81% -
XYZ 42.06 29.6 56.92 -
YUV 151.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 207 115 198 0 0.44 0.04 0.19 305.87 0.49 0.63
Hex CF 73 C6 0 2C 4 13 132 31 3F
Octal 317 163 306 0 54 4 23 462 61 77
Binary 11001111 1110011 11000110 0 101100 100 10011 100110010 110001 111111

Color Harmonies of #CF73C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF73C6

Black with #CF73C6

Text Example


Text Example

White with #CF73C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF73C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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