Html Css Color HEX #CB71D0 Orchid

📋 copy color: '#CB71D0'

red 203 ◦ green 113 ◦ blue 208

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

Shades of Orchid #CB71D0

Tints of Orchid #CB71D0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.56%

 BLUE value IS 208 (81.64% from 255) = 39.69%

R = 38.74%
G = 21.56%
B = 39.69%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB71D0 (or 0xCB71D0) is known color: Orchid. HEX triplet: CB, 71 and D0. RGB value is (203,113,208). Sum of RGB (Red+Green+Blue) = 203+113+208=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB71D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71D0 is #348E2F. Grayscale: #969696. Windows color (decimal): -3444272 or 13660619. OLE color: 13660619.

HSL color Cylindrical-coordinate representation of color #CB71D0: hue angle of 296.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB71D0 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 113 208 -
CMYK 0.02 0.46 0 0.18
HSL 296.84º 0.5% 0.63% -
HSV(B) 296.84º 0.46% 0.82% -
XYZ 41.92 29.06 63.07 -
YUV 150.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 203 113 208 0.02 0.46 0 0.18 296.84 0.5 0.63
Hex CB 71 D0 2 2E 0 12 129 32 3F
Octal 313 161 320 2 56 0 22 451 62 77
Binary 11001011 1110001 11010000 10 101110 0 10010 100101001 110010 111111

Color Harmonies of #CB71D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB71D0

Black with #CB71D0

Text Example


Text Example

White with #CB71D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB71D0; }

 p { color: rgb(203,113,208); }

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

background-color css

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

 a { background-color: rgb(203,113,208); }

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

border-color css

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

 span { border-color: rgb(203,113,208); }

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