Html Css Color HEX #CB82C8 Orchid

📋 copy color: '#CB82C8'

red 203 ◦ green 130 ◦ blue 200

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

Shades of Orchid #CB82C8

Tints of Orchid #CB82C8

RGB

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

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

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

R = 38.09%
G = 24.39%
B = 37.52%

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

#CB82C8 (or 0xCB82C8) is known color: Orchid. HEX triplet: CB, 82 and C8. RGB value is (203,130,200). Sum of RGB (Red+Green+Blue) = 203+130+200=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82C8 is #347D37. Grayscale: #9F9F9F. Windows color (decimal): -3439928 or 13140683. OLE color: 13140683.

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

Color convert

RGB 203 130 200 -
CMYK 0 0.36 0.01 0.20
HSL 302.47º 0.41% 0.65% -
HSV(B) 302.47º 0.36% 0.8% -
XYZ 43.04 32.83 58.71 -
YUV 159.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 203 130 200 0 0.36 0.01 0.20 302.47 0.41 0.65
Hex CB 82 C8 0 24 1 14 12E 29 41
Octal 313 202 310 0 44 1 24 456 51 101
Binary 11001011 10000010 11001000 0 100100 1 10100 100101110 101001 1000001

Color Harmonies of #CB82C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB82C8

Black with #CB82C8

Text Example


Text Example

White with #CB82C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB82C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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