Html Css Color HEX #CB82CF Orchid

📋 copy color: '#CB82CF'

red 203 ◦ green 130 ◦ blue 207

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

Shades of Orchid #CB82CF

Tints of Orchid #CB82CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.33%

R = 37.59%
G = 24.07%
B = 38.33%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB82CF (or 0xCB82CF) is known color: Orchid. HEX triplet: CB, 82 and CF. RGB value is (203,130,207). Sum of RGB (Red+Green+Blue) = 203+130+207=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB82CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82CF is #347D30. Grayscale: #A0A0A0. Windows color (decimal): -3439921 or 13599435. OLE color: 13599435.

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

Color convert

RGB 203 130 207 -
CMYK 0.02 0.37 0 0.19
HSL 296.88º 0.45% 0.66% -
HSV(B) 296.88º 0.37% 0.81% -
XYZ 43.87 33.17 63.12 -
YUV 160.61 154.18 158.24 -
System Red Green Blue C M Y K H S L
Decimal 203 130 207 0.02 0.37 0 0.19 296.88 0.45 0.66
Hex CB 82 CF 2 25 0 13 129 2D 42
Octal 313 202 317 2 45 0 23 451 55 102
Binary 11001011 10000010 11001111 10 100101 0 10011 100101001 101101 1000010

Color Harmonies of #CB82CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB82CF

Black with #CB82CF

Text Example


Text Example

White with #CB82CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB82CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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