Html Css Color HEX #CD6CDA Orchid

📋 copy color: '#CD6CDA'

red 205 ◦ green 108 ◦ blue 218

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

Shades of Orchid #CD6CDA

Tints of Orchid #CD6CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.34%

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

R = 38.61%
G = 20.34%
B = 41.05%

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

#CD6CDA (or 0xCD6CDA) is known color: Orchid. HEX triplet: CD, 6C and DA. RGB value is (205,108,218). Sum of RGB (Red+Green+Blue) = 205+108+218=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD6CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CDA is #329325. Grayscale: #959595. Windows color (decimal): -3314470 or 14314701. OLE color: 14314701.

HSL color Cylindrical-coordinate representation of color #CD6CDA: hue angle of 292.91º degrees, saturation: 0.6, 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 #CD6CDA is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 108 218 -
CMYK 0.06 0.50 0 0.15
HSL 292.91º 0.6% 0.64% -
HSV(B) 292.91º 0.5% 0.85% -
XYZ 43.19 28.77 69.61 -
YUV 149.54 166.64 167.56 -
System Red Green Blue C M Y K H S L
Decimal 205 108 218 0.06 0.50 0 0.15 292.91 0.6 0.64
Hex CD 6C DA 6 32 0 F 125 3C 40
Octal 315 154 332 6 62 0 17 445 74 100
Binary 11001101 1101100 11011010 110 110010 0 1111 100100101 111100 1000000

Color Harmonies of #CD6CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6CDA

Black with #CD6CDA

Text Example


Text Example

White with #CD6CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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