Html Css Color HEX #CD6DC2 Orchid

📋 copy color: '#CD6DC2'

red 205 ◦ green 109 ◦ blue 194

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

Shades of Orchid #CD6DC2

Tints of Orchid #CD6DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.19%

R = 40.35%
G = 21.46%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CD6DC2 (or 0xCD6DC2) is known color: Orchid. HEX triplet: CD, 6D and C2. RGB value is (205,109,194). Sum of RGB (Red+Green+Blue) = 205+109+194=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DC2 is #32923D. Grayscale: #939393. Windows color (decimal): -3314238 or 12742093. OLE color: 12742093.

HSL color Cylindrical-coordinate representation of color #CD6DC2: hue angle of 306.88º 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 #CD6DC2 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 109 194 -
CMYK 0 0.47 0.05 0.20
HSL 306.88º 0.49% 0.62% -
HSV(B) 306.88º 0.47% 0.8% -
XYZ 40.38 27.81 54.28 -
YUV 147.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 205 109 194 0 0.47 0.05 0.20 306.88 0.49 0.62
Hex CD 6D C2 0 2F 5 14 133 31 3E
Octal 315 155 302 0 57 5 24 463 61 76
Binary 11001101 1101101 11000010 0 101111 101 10100 100110011 110001 111110

Color Harmonies of #CD6DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6DC2

Black with #CD6DC2

Text Example


Text Example

White with #CD6DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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