Html Css Color HEX #CD68DC Orchid

📋 copy color: '#CD68DC'

red 205 ◦ green 104 ◦ blue 220

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

Shades of Orchid #CD68DC

Tints of Orchid #CD68DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 38.75%
G = 19.66%
B = 41.59%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD68DC (or 0xCD68DC) is known color: Orchid. HEX triplet: CD, 68 and DC. RGB value is (205,104,220). Sum of RGB (Red+Green+Blue) = 205+104+220=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD68DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD68DC is #329723. Grayscale: #939393. Windows color (decimal): -3315492 or 14444749. OLE color: 14444749.

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

Color convert

RGB 205 104 220 -
CMYK 0.07 0.53 0 0.14
HSL 292.24º 0.62% 0.64% -
HSV(B) 292.24º 0.53% 0.86% -
XYZ 43.05 28.05 70.86 -
YUV 147.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 205 104 220 0.07 0.53 0 0.14 292.24 0.62 0.64
Hex CD 68 DC 7 35 0 E 124 3E 40
Octal 315 150 334 7 65 0 16 444 76 100
Binary 11001101 1101000 11011100 111 110101 0 1110 100100100 111110 1000000

Color Harmonies of #CD68DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD68DC

Black with #CD68DC

Text Example


Text Example

White with #CD68DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD68DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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