Html Css Color HEX #CD7ABC Orchid

📋 copy color: '#CD7ABC'

red 205 ◦ green 122 ◦ blue 188

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

Shades of Orchid #CD7ABC

Tints of Orchid #CD7ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.5%

R = 39.81%
G = 23.69%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CD7ABC (or 0xCD7ABC) is known color: Orchid. HEX triplet: CD, 7A and BC. RGB value is (205,122,188). Sum of RGB (Red+Green+Blue) = 205+122+188=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7ABC is #328543. Grayscale: #9A9A9A. Windows color (decimal): -3310916 or 12352205. OLE color: 12352205.

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

Color convert

RGB 205 122 188 -
CMYK 0 0.40 0.08 0.20
HSL 312.29º 0.45% 0.64% -
HSV(B) 312.29º 0.4% 0.8% -
XYZ 41.21 30.53 51.3 -
YUV 154.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 205 122 188 0 0.40 0.08 0.20 312.29 0.45 0.64
Hex CD 7A BC 0 28 8 14 138 2D 40
Octal 315 172 274 0 50 10 24 470 55 100
Binary 11001101 1111010 10111100 0 101000 1000 10100 100111000 101101 1000000

Color Harmonies of #CD7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7ABC

Black with #CD7ABC

Text Example


Text Example

White with #CD7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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