Html Css Color HEX #CF73C2 Orchid

📋 copy color: '#CF73C2'

red 207 ◦ green 115 ◦ blue 194

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

Shades of Orchid #CF73C2

Tints of Orchid #CF73C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.6%

R = 40.12%
G = 22.29%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF73C2 (or 0xCF73C2) is known color: Orchid. HEX triplet: CF, 73 and C2. RGB value is (207,115,194). Sum of RGB (Red+Green+Blue) = 207+115+194=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF73C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73C2 is #308C3D. Grayscale: #979797. Windows color (decimal): -3181630 or 12743631. OLE color: 12743631.

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

Color convert

RGB 207 115 194 -
CMYK 0 0.44 0.06 0.19
HSL 308.48º 0.49% 0.63% -
HSV(B) 308.48º 0.44% 0.81% -
XYZ 41.6 29.42 54.53 -
YUV 151.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 207 115 194 0 0.44 0.06 0.19 308.48 0.49 0.63
Hex CF 73 C2 0 2C 6 13 134 31 3F
Octal 317 163 302 0 54 6 23 464 61 77
Binary 11001111 1110011 11000010 0 101100 110 10011 100110100 110001 111111

Color Harmonies of #CF73C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF73C2

Black with #CF73C2

Text Example


Text Example

White with #CF73C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF73C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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