Html Css Color HEX #CB82C5 Orchid

📋 copy color: '#CB82C5'

red 203 ◦ green 130 ◦ blue 197

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

Shades of Orchid #CB82C5

Tints of Orchid #CB82C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.17%

R = 38.3%
G = 24.53%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB82C5 (or 0xCB82C5) is known color: Orchid. HEX triplet: CB, 82 and C5. RGB value is (203,130,197). Sum of RGB (Red+Green+Blue) = 203+130+197=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82C5 is #347D3A. Grayscale: #9F9F9F. Windows color (decimal): -3439931 or 12944075. OLE color: 12944075.

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

Color convert

RGB 203 130 197 -
CMYK 0 0.36 0.03 0.20
HSL 304.93º 0.41% 0.65% -
HSV(B) 304.93º 0.36% 0.8% -
XYZ 42.69 32.69 56.88 -
YUV 159.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 203 130 197 0 0.36 0.03 0.20 304.93 0.41 0.65
Hex CB 82 C5 0 24 3 14 131 29 41
Octal 313 202 305 0 44 3 24 461 51 101
Binary 11001011 10000010 11000101 0 100100 11 10100 100110001 101001 1000001

Color Harmonies of #CB82C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB82C5

Black with #CB82C5

Text Example


Text Example

White with #CB82C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB82C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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