Html Css Color HEX #CB74CE Orchid

📋 copy color: '#CB74CE'

red 203 ◦ green 116 ◦ blue 206

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

Shades of Orchid #CB74CE

Tints of Orchid #CB74CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.1%

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 38.67%
G = 22.1%
B = 39.24%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB74CE (or 0xCB74CE) is known color: Orchid. HEX triplet: CB, 74 and CE. RGB value is (203,116,206). Sum of RGB (Red+Green+Blue) = 203+116+206=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB74CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74CE is #348B31. Grayscale: #989898. Windows color (decimal): -3443506 or 13530315. OLE color: 13530315.

HSL color Cylindrical-coordinate representation of color #CB74CE: hue angle of 298º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB74CE is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 116 206 -
CMYK 0.01 0.44 0 0.19
HSL 298º 0.48% 0.63% -
HSV(B) 298º 0.44% 0.81% -
XYZ 42.01 29.64 61.9 -
YUV 152.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 203 116 206 0.01 0.44 0 0.19 298 0.48 0.63
Hex CB 74 CE 1 2C 0 13 12A 30 3F
Octal 313 164 316 1 54 0 23 452 60 77
Binary 11001011 1110100 11001110 1 101100 0 10011 100101010 110000 111111

Color Harmonies of #CB74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB74CE

Black with #CB74CE

Text Example


Text Example

White with #CB74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB74CE; }

 p { color: rgb(203,116,206); }

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

background-color css

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

 a { background-color: rgb(203,116,206); }

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

border-color css

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

 span { border-color: rgb(203,116,206); }

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