Html Css Color HEX #CD73E5 Orchid

📋 copy color: '#CD73E5'

red 205 ◦ green 115 ◦ blue 229

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

Shades of Orchid #CD73E5

Tints of Orchid #CD73E5

RGB

 RED value IS 205 (80.47% from 255) = 37.34%

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

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

R = 37.34%
G = 20.95%
B = 41.71%

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

#CD73E5 (or 0xCD73E5) is known color: Orchid. HEX triplet: CD, 73 and E5. RGB value is (205,115,229). Sum of RGB (Red+Green+Blue) = 205+115+229=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD73E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD73E5 is #328C1A. Grayscale: #9A9A9A. Windows color (decimal): -3312667 or 15037389. OLE color: 15037389.

HSL color Cylindrical-coordinate representation of color #CD73E5: hue angle of 287.37º 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 #CD73E5 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 115 229 -
CMYK 0.10 0.50 0 0.10
HSL 287.37º 0.69% 0.67% -
HSV(B) 287.37º 0.5% 0.9% -
XYZ 45.45 30.9 77.7 -
YUV 154.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 205 115 229 0.10 0.50 0 0.10 287.37 0.69 0.67
Hex CD 73 E5 A 32 0 A 11F 45 43
Octal 315 163 345 12 62 0 12 437 105 103
Binary 11001101 1110011 11100101 1010 110010 0 1010 100011111 1000101 1000011

Color Harmonies of #CD73E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD73E5

Black with #CD73E5

Text Example


Text Example

White with #CD73E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD73E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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