Html Css Color HEX #CF73E0 Orchid

📋 copy color: '#CF73E0'

red 207 ◦ green 115 ◦ blue 224

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

Shades of Orchid #CF73E0

Tints of Orchid #CF73E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.03%

R = 37.91%
G = 21.06%
B = 41.03%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF73E0 (or 0xCF73E0) is known color: Orchid. HEX triplet: CF, 73 and E0. RGB value is (207,115,224). Sum of RGB (Red+Green+Blue) = 207+115+224=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF73E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73E0 is #308C1F. Grayscale: #9A9A9A. Windows color (decimal): -3181600 or 14709711. OLE color: 14709711.

HSL color Cylindrical-coordinate representation of color #CF73E0: hue angle of 290.64º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF73E0 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 115 224 -
CMYK 0.08 0.49 0 0.12
HSL 290.64º 0.64% 0.66% -
HSV(B) 290.64º 0.49% 0.88% -
XYZ 45.32 30.91 74.1 -
YUV 154.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 207 115 224 0.08 0.49 0 0.12 290.64 0.64 0.66
Hex CF 73 E0 8 31 0 C 123 40 42
Octal 317 163 340 10 61 0 14 443 100 102
Binary 11001111 1110011 11100000 1000 110001 0 1100 100100011 1000000 1000010

Color Harmonies of #CF73E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF73E0

Black with #CF73E0

Text Example


Text Example

White with #CF73E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF73E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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