Html Css Color HEX #CB82C4 Orchid

📋 copy color: '#CB82C4'

red 203 ◦ green 130 ◦ blue 196

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

Shades of Orchid #CB82C4

Tints of Orchid #CB82C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.05%

R = 38.37%
G = 24.57%
B = 37.05%

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

#CB82C4 (or 0xCB82C4) is known color: Orchid. HEX triplet: CB, 82 and C4. RGB value is (203,130,196). Sum of RGB (Red+Green+Blue) = 203+130+196=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82C4 is #347D3B. Grayscale: #9F9F9F. Windows color (decimal): -3439932 or 12878539. OLE color: 12878539.

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

Color convert

RGB 203 130 196 -
CMYK 0 0.36 0.03 0.20
HSL 305.75º 0.41% 0.65% -
HSV(B) 305.75º 0.36% 0.8% -
XYZ 42.58 32.65 56.28 -
YUV 159.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 203 130 196 0 0.36 0.03 0.20 305.75 0.41 0.65
Hex CB 82 C4 0 24 3 14 132 29 41
Octal 313 202 304 0 44 3 24 462 51 101
Binary 11001011 10000010 11000100 0 100100 11 10100 100110010 101001 1000001

Color Harmonies of #CB82C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB82C4

Black with #CB82C4

Text Example


Text Example

White with #CB82C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB82C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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