Html Css Color HEX #CD68DD Orchid

📋 copy color: '#CD68DD'

red 205 ◦ green 104 ◦ blue 221

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

Shades of Orchid #CD68DD

Tints of Orchid #CD68DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.62%

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 38.68%
G = 19.62%
B = 41.7%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD68DD (or 0xCD68DD) is known color: Orchid. HEX triplet: CD, 68 and DD. RGB value is (205,104,221). Sum of RGB (Red+Green+Blue) = 205+104+221=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD68DD is #329722. Grayscale: #939393. Windows color (decimal): -3315491 or 14510285. OLE color: 14510285.

HSL color Cylindrical-coordinate representation of color #CD68DD: hue angle of 291.79º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD68DD is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 104 221 -
CMYK 0.07 0.53 0 0.13
HSL 291.79º 0.63% 0.64% -
HSV(B) 291.79º 0.53% 0.87% -
XYZ 43.18 28.1 71.55 -
YUV 147.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 205 104 221 0.07 0.53 0 0.13 291.79 0.63 0.64
Hex CD 68 DD 7 35 0 D 124 3F 40
Octal 315 150 335 7 65 0 15 444 77 100
Binary 11001101 1101000 11011101 111 110101 0 1101 100100100 111111 1000000

Color Harmonies of #CD68DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD68DD

Black with #CD68DD

Text Example


Text Example

White with #CD68DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD68DD; }

 p { color: rgb(205,104,221); }

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

background-color css

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

 a { background-color: rgb(205,104,221); }

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

border-color css

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

 span { border-color: rgb(205,104,221); }

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