Html Css Color HEX #CD64DA Orchid

📋 copy color: '#CD64DA'

red 205 ◦ green 100 ◦ blue 218

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

Shades of Orchid #CD64DA

Tints of Orchid #CD64DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 39.2%
G = 19.12%
B = 41.68%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD64DA (or 0xCD64DA) is known color: Orchid. HEX triplet: CD, 64 and DA. RGB value is (205,100,218). Sum of RGB (Red+Green+Blue) = 205+100+218=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD64DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD64DA is #329B25. Grayscale: #909090. Windows color (decimal): -3316518 or 14312653. OLE color: 14312653.

HSL color Cylindrical-coordinate representation of color #CD64DA: hue angle of 293.39º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD64DA is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 100 218 -
CMYK 0.06 0.54 0 0.15
HSL 293.39º 0.61% 0.62% -
HSV(B) 293.39º 0.54% 0.85% -
XYZ 42.39 27.16 69.34 -
YUV 144.85 169.29 170.91 -
System Red Green Blue C M Y K H S L
Decimal 205 100 218 0.06 0.54 0 0.15 293.39 0.61 0.62
Hex CD 64 DA 6 36 0 F 125 3D 3E
Octal 315 144 332 6 66 0 17 445 75 76
Binary 11001101 1100100 11011010 110 110110 0 1111 100100101 111101 111110

Color Harmonies of #CD64DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD64DA

Black with #CD64DA

Text Example


Text Example

White with #CD64DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD64DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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