Html Css Color HEX #CD7ABB Orchid

📋 copy color: '#CD7ABB'

red 205 ◦ green 122 ◦ blue 187

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

Shades of Orchid #CD7ABB

Tints of Orchid #CD7ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.74%

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 39.88%
G = 23.74%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD7ABB (or 0xCD7ABB) is known color: Orchid. HEX triplet: CD, 7A and BB. RGB value is (205,122,187). Sum of RGB (Red+Green+Blue) = 205+122+187=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7ABB is #328544. Grayscale: #9A9A9A. Windows color (decimal): -3310917 or 12286669. OLE color: 12286669.

HSL color Cylindrical-coordinate representation of color #CD7ABB: hue angle of 313.01º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7ABB is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 122 187 -
CMYK 0 0.40 0.09 0.20
HSL 313.01º 0.45% 0.64% -
HSV(B) 313.01º 0.4% 0.8% -
XYZ 41.11 30.49 50.73 -
YUV 154.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 205 122 187 0 0.40 0.09 0.20 313.01 0.45 0.64
Hex CD 7A BB 0 28 9 14 139 2D 40
Octal 315 172 273 0 50 11 24 471 55 100
Binary 11001101 1111010 10111011 0 101000 1001 10100 100111001 101101 1000000

Color Harmonies of #CD7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7ABB

Black with #CD7ABB

Text Example


Text Example

White with #CD7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7ABB; }

 p { color: rgb(205,122,187); }

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

background-color css

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

 a { background-color: rgb(205,122,187); }

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

border-color css

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

 span { border-color: rgb(205,122,187); }

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