Html Css Color HEX #CD6DC5 Orchid

📋 copy color: '#CD6DC5'

red 205 ◦ green 109 ◦ blue 197

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

Shades of Orchid #CD6DC5

Tints of Orchid #CD6DC5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.33%

 BLUE value IS 197 (77.34% from 255) = 38.55%

R = 40.12%
G = 21.33%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CD6DC5 (or 0xCD6DC5) is known color: Orchid. HEX triplet: CD, 6D and C5. RGB value is (205,109,197). Sum of RGB (Red+Green+Blue) = 205+109+197=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DC5 is #32923A. Grayscale: #939393. Windows color (decimal): -3314235 or 12938701. OLE color: 12938701.

HSL color Cylindrical-coordinate representation of color #CD6DC5: hue angle of 305º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6DC5 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 109 197 -
CMYK 0 0.47 0.04 0.20
HSL 305º 0.49% 0.62% -
HSV(B) 305º 0.47% 0.8% -
XYZ 40.72 27.95 56.07 -
YUV 147.74 155.8 168.84 -
System Red Green Blue C M Y K H S L
Decimal 205 109 197 0 0.47 0.04 0.20 305 0.49 0.62
Hex CD 6D C5 0 2F 4 14 131 31 3E
Octal 315 155 305 0 57 4 24 461 61 76
Binary 11001101 1101101 11000101 0 101111 100 10100 100110001 110001 111110

Color Harmonies of #CD6DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6DC5

Black with #CD6DC5

Text Example


Text Example

White with #CD6DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6DC5; }

 p { color: rgb(205,109,197); }

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

background-color css

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

 a { background-color: rgb(205,109,197); }

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

border-color css

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

 span { border-color: rgb(205,109,197); }

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