Html Css Color HEX #CB65D9 Orchid

📋 copy color: '#CB65D9'

red 203 ◦ green 101 ◦ blue 217

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

Shades of Orchid #CB65D9

Tints of Orchid #CB65D9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.39%

 BLUE value IS 217 (85.16% from 255) = 41.65%

R = 38.96%
G = 19.39%
B = 41.65%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB65D9 (or 0xCB65D9) is known color: Orchid. HEX triplet: CB, 65 and D9. RGB value is (203,101,217). Sum of RGB (Red+Green+Blue) = 203+101+217=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB65D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65D9 is #349A26. Grayscale: #909090. Windows color (decimal): -3447335 or 14247371. OLE color: 14247371.

HSL color Cylindrical-coordinate representation of color #CB65D9: hue angle of 292.76º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB65D9 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 101 217 -
CMYK 0.06 0.53 0 0.15
HSL 292.76º 0.6% 0.62% -
HSV(B) 292.76º 0.53% 0.85% -
XYZ 41.81 27.01 68.66 -
YUV 144.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 203 101 217 0.06 0.53 0 0.15 292.76 0.6 0.62
Hex CB 65 D9 6 35 0 F 125 3C 3E
Octal 313 145 331 6 65 0 17 445 74 76
Binary 11001011 1100101 11011001 110 110101 0 1111 100100101 111100 111110

Color Harmonies of #CB65D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB65D9

Black with #CB65D9

Text Example


Text Example

White with #CB65D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB65D9; }

 p { color: rgb(203,101,217); }

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

background-color css

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

 a { background-color: rgb(203,101,217); }

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

border-color css

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

 span { border-color: rgb(203,101,217); }

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