Html Css Color HEX #CB71D7 Orchid

📋 copy color: '#CB71D7'

red 203 ◦ green 113 ◦ blue 215

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

Shades of Orchid #CB71D7

Tints of Orchid #CB71D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.49%

R = 38.23%
G = 21.28%
B = 40.49%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB71D7 (or 0xCB71D7) is known color: Orchid. HEX triplet: CB, 71 and D7. RGB value is (203,113,215). Sum of RGB (Red+Green+Blue) = 203+113+215=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB71D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71D7 is #348E28. Grayscale: #979797. Windows color (decimal): -3444265 or 14119371. OLE color: 14119371.

HSL color Cylindrical-coordinate representation of color #CB71D7: hue angle of 292.94º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB71D7 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 113 215 -
CMYK 0.06 0.47 0 0.16
HSL 292.94º 0.56% 0.64% -
HSV(B) 292.94º 0.47% 0.84% -
XYZ 42.8 29.41 67.71 -
YUV 151.54 163.82 164.71 -
System Red Green Blue C M Y K H S L
Decimal 203 113 215 0.06 0.47 0 0.16 292.94 0.56 0.64
Hex CB 71 D7 6 2F 0 10 125 38 40
Octal 313 161 327 6 57 0 20 445 70 100
Binary 11001011 1110001 11010111 110 101111 0 10000 100100101 111000 1000000

Color Harmonies of #CB71D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB71D7

Black with #CB71D7

Text Example


Text Example

White with #CB71D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB71D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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