Html Css Color HEX #CF73E5 Orchid

📋 copy color: '#CF73E5'

red 207 ◦ green 115 ◦ blue 229

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

Shades of Orchid #CF73E5

Tints of Orchid #CF73E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.56%

R = 37.57%
G = 20.87%
B = 41.56%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CF73E5 (or 0xCF73E5) is known color: Orchid. HEX triplet: CF, 73 and E5. RGB value is (207,115,229). Sum of RGB (Red+Green+Blue) = 207+115+229=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF73E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73E5 is #308C1A. Grayscale: #9B9B9B. Windows color (decimal): -3181595 or 15037391. OLE color: 15037391.

HSL color Cylindrical-coordinate representation of color #CF73E5: hue angle of 288.42º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF73E5 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 115 229 -
CMYK 0.10 0.50 0 0.10
HSL 288.42º 0.69% 0.67% -
HSV(B) 288.42º 0.5% 0.9% -
XYZ 46.01 31.18 77.72 -
YUV 155.5 169.48 164.73 -
System Red Green Blue C M Y K H S L
Decimal 207 115 229 0.10 0.50 0 0.10 288.42 0.69 0.67
Hex CF 73 E5 A 32 0 A 120 45 43
Octal 317 163 345 12 62 0 12 440 105 103
Binary 11001111 1110011 11100101 1010 110010 0 1010 100100000 1000101 1000011

Color Harmonies of #CF73E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF73E5

Black with #CF73E5

Text Example


Text Example

White with #CF73E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF73E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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