Html Css Color HEX #CB7FC4 Orchid

📋 copy color: '#CB7FC4'

red 203 ◦ green 127 ◦ blue 196

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

Shades of Orchid #CB7FC4

Tints of Orchid #CB7FC4

RGB

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

 GREEN value IS 127 (50% from 255) = 24.14%

 BLUE value IS 196 (76.95% from 255) = 37.26%

R = 38.59%
G = 24.14%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB7FC4 (or 0xCB7FC4) is known color: Orchid. HEX triplet: CB, 7F and C4. RGB value is (203,127,196). Sum of RGB (Red+Green+Blue) = 203+127+196=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FC4 is #34803B. Grayscale: #9D9D9D. Windows color (decimal): -3440700 or 12877771. OLE color: 12877771.

HSL color Cylindrical-coordinate representation of color #CB7FC4: hue angle of 305.53º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB7FC4 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 127 196 -
CMYK 0 0.37 0.03 0.20
HSL 305.53º 0.42% 0.65% -
HSV(B) 305.53º 0.37% 0.8% -
XYZ 42.18 31.86 56.15 -
YUV 157.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 203 127 196 0 0.37 0.03 0.20 305.53 0.42 0.65
Hex CB 7F C4 0 25 3 14 132 2A 41
Octal 313 177 304 0 45 3 24 462 52 101
Binary 11001011 1111111 11000100 0 100101 11 10100 100110010 101010 1000001

Color Harmonies of #CB7FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7FC4

Black with #CB7FC4

Text Example


Text Example

White with #CB7FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7FC4; }

 p { color: rgb(203,127,196); }

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

background-color css

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

 a { background-color: rgb(203,127,196); }

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

border-color css

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

 span { border-color: rgb(203,127,196); }

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