Html Css Color HEX #CD82C8 Orchid

📋 copy color: '#CD82C8'

red 205 ◦ green 130 ◦ blue 200

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

Shades of Orchid #CD82C8

Tints of Orchid #CD82C8

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.3%

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 38.32%
G = 24.3%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD82C8 (or 0xCD82C8) is known color: Orchid. HEX triplet: CD, 82 and C8. RGB value is (205,130,200). Sum of RGB (Red+Green+Blue) = 205+130+200=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CD82C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD82C8 is #327D37. Grayscale: #A0A0A0. Windows color (decimal): -3308856 or 13140685. OLE color: 13140685.

HSL color Cylindrical-coordinate representation of color #CD82C8: hue angle of 304º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD82C8 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 130 200 -
CMYK 0 0.37 0.02 0.20
HSL 304º 0.43% 0.66% -
HSV(B) 304º 0.37% 0.8% -
XYZ 43.58 33.11 58.74 -
YUV 160.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 205 130 200 0 0.37 0.02 0.20 304 0.43 0.66
Hex CD 82 C8 0 25 2 14 130 2B 42
Octal 315 202 310 0 45 2 24 460 53 102
Binary 11001101 10000010 11001000 0 100101 10 10100 100110000 101011 1000010

Color Harmonies of #CD82C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD82C8

Black with #CD82C8

Text Example


Text Example

White with #CD82C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD82C8; }

 p { color: rgb(205,130,200); }

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

background-color css

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

 a { background-color: rgb(205,130,200); }

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

border-color css

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

 span { border-color: rgb(205,130,200); }

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