Html Css Color HEX #CB72C7 Orchid

📋 copy color: '#CB72C7'

red 203 ◦ green 114 ◦ blue 199

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

Shades of Orchid #CB72C7

Tints of Orchid #CB72C7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.09%

 BLUE value IS 199 (78.13% from 255) = 38.57%

R = 39.34%
G = 22.09%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB72C7 (or 0xCB72C7) is known color: Orchid. HEX triplet: CB, 72 and C7. RGB value is (203,114,199). Sum of RGB (Red+Green+Blue) = 203+114+199=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CB72C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72C7 is #348D38. Grayscale: #969696. Windows color (decimal): -3444025 or 13071051. OLE color: 13071051.

HSL color Cylindrical-coordinate representation of color #CB72C7: hue angle of 302.7º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB72C7 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 114 199 -
CMYK 0 0.44 0.02 0.20
HSL 302.7º 0.46% 0.62% -
HSV(B) 302.7º 0.44% 0.8% -
XYZ 40.95 28.85 57.44 -
YUV 150.3 155.49 165.59 -
System Red Green Blue C M Y K H S L
Decimal 203 114 199 0 0.44 0.02 0.20 302.7 0.46 0.62
Hex CB 72 C7 0 2C 2 14 12F 2E 3E
Octal 313 162 307 0 54 2 24 457 56 76
Binary 11001011 1110010 11000111 0 101100 10 10100 100101111 101110 111110

Color Harmonies of #CB72C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB72C7

Black with #CB72C7

Text Example


Text Example

White with #CB72C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB72C7; }

 p { color: rgb(203,114,199); }

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

background-color css

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

 a { background-color: rgb(203,114,199); }

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

border-color css

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

 span { border-color: rgb(203,114,199); }

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