Html Css Color HEX #CD7BDC Orchid

📋 copy color: '#CD7BDC'

red 205 ◦ green 123 ◦ blue 220

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

Shades of Orchid #CD7BDC

Tints of Orchid #CD7BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.45%

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

R = 37.41%
G = 22.45%
B = 40.15%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD7BDC (or 0xCD7BDC) is known color: Orchid. HEX triplet: CD, 7B and DC. RGB value is (205,123,220). Sum of RGB (Red+Green+Blue) = 205+123+220=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD7BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7BDC is #328423. Grayscale: #9E9E9E. Windows color (decimal): -3310628 or 14449613. OLE color: 14449613.

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

Color convert

RGB 205 123 220 -
CMYK 0.07 0.44 0 0.14
HSL 290.72º 0.58% 0.67% -
HSV(B) 290.72º 0.44% 0.86% -
XYZ 45.18 32.31 71.57 -
YUV 158.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 205 123 220 0.07 0.44 0 0.14 290.72 0.58 0.67
Hex CD 7B DC 7 2C 0 E 123 3A 43
Octal 315 173 334 7 54 0 16 443 72 103
Binary 11001101 1111011 11011100 111 101100 0 1110 100100011 111010 1000011

Color Harmonies of #CD7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7BDC

Black with #CD7BDC

Text Example


Text Example

White with #CD7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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