Html Css Color HEX #CB71DA Orchid

📋 copy color: '#CB71DA'

red 203 ◦ green 113 ◦ blue 218

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

Shades of Orchid #CB71DA

Tints of Orchid #CB71DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 38.01%
G = 21.16%
B = 40.82%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB71DA (or 0xCB71DA) is known color: Orchid. HEX triplet: CB, 71 and DA. RGB value is (203,113,218). Sum of RGB (Red+Green+Blue) = 203+113+218=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB71DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71DA is #348E25. Grayscale: #979797. Windows color (decimal): -3444262 or 14315979. OLE color: 14315979.

HSL color Cylindrical-coordinate representation of color #CB71DA: hue angle of 291.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB71DA is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 113 218 -
CMYK 0.07 0.48 0 0.15
HSL 291.43º 0.59% 0.65% -
HSV(B) 291.43º 0.48% 0.85% -
XYZ 43.19 29.57 69.76 -
YUV 151.88 165.32 164.46 -
System Red Green Blue C M Y K H S L
Decimal 203 113 218 0.07 0.48 0 0.15 291.43 0.59 0.65
Hex CB 71 DA 7 30 0 F 123 3B 41
Octal 313 161 332 7 60 0 17 443 73 101
Binary 11001011 1110001 11011010 111 110000 0 1111 100100011 111011 1000001

Color Harmonies of #CB71DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB71DA

Black with #CB71DA

Text Example


Text Example

White with #CB71DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB71DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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