Html Css Color HEX #CD64E5 Orchid

📋 copy color: '#CD64E5'

red 205 ◦ green 100 ◦ blue 229

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

Shades of Orchid #CD64E5

Tints of Orchid #CD64E5

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.73%

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

R = 38.39%
G = 18.73%
B = 42.88%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD64E5 (or 0xCD64E5) is known color: Orchid. HEX triplet: CD, 64 and E5. RGB value is (205,100,229). Sum of RGB (Red+Green+Blue) = 205+100+229=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD64E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD64E5 is #329B1A. Grayscale: #919191. Windows color (decimal): -3316507 or 15033549. OLE color: 15033549.

HSL color Cylindrical-coordinate representation of color #CD64E5: hue angle of 288.84º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD64E5 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 100 229 -
CMYK 0.10 0.56 0 0.10
HSL 288.84º 0.71% 0.65% -
HSV(B) 288.84º 0.56% 0.9% -
XYZ 43.88 27.75 77.17 -
YUV 146.1 174.79 170.01 -
System Red Green Blue C M Y K H S L
Decimal 205 100 229 0.10 0.56 0 0.10 288.84 0.71 0.65
Hex CD 64 E5 A 38 0 A 121 47 41
Octal 315 144 345 12 70 0 12 441 107 101
Binary 11001101 1100100 11100101 1010 111000 0 1010 100100001 1000111 1000001

Color Harmonies of #CD64E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD64E5

Black with #CD64E5

Text Example


Text Example

White with #CD64E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD64E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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