Html Css Color HEX #CD6EDA Orchid

📋 copy color: '#CD6EDA'

red 205 ◦ green 110 ◦ blue 218

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

Shades of Orchid #CD6EDA

Tints of Orchid #CD6EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.64%

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

R = 38.46%
G = 20.64%
B = 40.9%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD6EDA (or 0xCD6EDA) is known color: Orchid. HEX triplet: CD, 6E and DA. RGB value is (205,110,218). Sum of RGB (Red+Green+Blue) = 205+110+218=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD6EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EDA is #329125. Grayscale: #969696. Windows color (decimal): -3313958 or 14315213. OLE color: 14315213.

HSL color Cylindrical-coordinate representation of color #CD6EDA: hue angle of 292.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD6EDA is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 110 218 -
CMYK 0.06 0.50 0 0.15
HSL 292.78º 0.59% 0.64% -
HSV(B) 292.78º 0.5% 0.85% -
XYZ 43.41 29.19 69.68 -
YUV 150.72 165.97 166.72 -
System Red Green Blue C M Y K H S L
Decimal 205 110 218 0.06 0.50 0 0.15 292.78 0.59 0.64
Hex CD 6E DA 6 32 0 F 125 3B 40
Octal 315 156 332 6 62 0 17 445 73 100
Binary 11001101 1101110 11011010 110 110010 0 1111 100100101 111011 1000000

Color Harmonies of #CD6EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6EDA

Black with #CD6EDA

Text Example


Text Example

White with #CD6EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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