Html Css Color HEX #CB82C9 Orchid

📋 copy color: '#CB82C9'

red 203 ◦ green 130 ◦ blue 201

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

Shades of Orchid #CB82C9

Tints of Orchid #CB82C9

RGB

 RED value IS 203 (79.69% from 255) = 38.01%

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

 BLUE value IS 201 (78.91% from 255) = 37.64%

R = 38.01%
G = 24.34%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CB82C9 (or 0xCB82C9) is known color: Orchid. HEX triplet: CB, 82 and C9. RGB value is (203,130,201). Sum of RGB (Red+Green+Blue) = 203+130+201=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82C9 is #347D36. Grayscale: #9F9F9F. Windows color (decimal): -3439927 or 13206219. OLE color: 13206219.

HSL color Cylindrical-coordinate representation of color #CB82C9: hue angle of 301.64º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB82C9 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 130 201 -
CMYK 0 0.36 0.01 0.20
HSL 301.64º 0.41% 0.65% -
HSV(B) 301.64º 0.36% 0.8% -
XYZ 43.15 32.88 59.33 -
YUV 159.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 203 130 201 0 0.36 0.01 0.20 301.64 0.41 0.65
Hex CB 82 C9 0 24 1 14 12E 29 41
Octal 313 202 311 0 44 1 24 456 51 101
Binary 11001011 10000010 11001001 0 100100 1 10100 100101110 101001 1000001

Color Harmonies of #CB82C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB82C9

Black with #CB82C9

Text Example


Text Example

White with #CB82C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB82C9; }

 p { color: rgb(203,130,201); }

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

background-color css

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

 a { background-color: rgb(203,130,201); }

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

border-color css

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

 span { border-color: rgb(203,130,201); }

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