Html Css Color HEX #CD64E4 Orchid

📋 copy color: '#CD64E4'

red 205 ◦ green 100 ◦ blue 228

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

Shades of Orchid #CD64E4

Tints of Orchid #CD64E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.78%

R = 38.46%
G = 18.76%
B = 42.78%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD64E4 (or 0xCD64E4) is known color: Orchid. HEX triplet: CD, 64 and E4. RGB value is (205,100,228). Sum of RGB (Red+Green+Blue) = 205+100+228=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #CD64E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD64E4 is #329B1B. Grayscale: #919191. Windows color (decimal): -3316508 or 14968013. OLE color: 14968013.

HSL color Cylindrical-coordinate representation of color #CD64E4: hue angle of 289.22º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD64E4 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 100 228 -
CMYK 0.10 0.56 0 0.11
HSL 289.22º 0.7% 0.64% -
HSV(B) 289.22º 0.56% 0.89% -
XYZ 43.74 27.69 76.44 -
YUV 145.99 174.29 170.09 -
System Red Green Blue C M Y K H S L
Decimal 205 100 228 0.10 0.56 0 0.11 289.22 0.7 0.64
Hex CD 64 E4 A 38 0 B 121 46 40
Octal 315 144 344 12 70 0 13 441 106 100
Binary 11001101 1100100 11100100 1010 111000 0 1011 100100001 1000110 1000000

Color Harmonies of #CD64E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD64E4

Black with #CD64E4

Text Example


Text Example

White with #CD64E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD64E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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