Html Css Color HEX #CB65D4 Orchid

📋 copy color: '#CB65D4'

red 203 ◦ green 101 ◦ blue 212

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

Shades of Orchid #CB65D4

Tints of Orchid #CB65D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.09%

R = 39.34%
G = 19.57%
B = 41.09%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CB65D4 (or 0xCB65D4) is known color: Orchid. HEX triplet: CB, 65 and D4. RGB value is (203,101,212). Sum of RGB (Red+Green+Blue) = 203+101+212=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB65D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65D4 is #349A2B. Grayscale: #8F8F8F. Windows color (decimal): -3447340 or 13919691. OLE color: 13919691.

HSL color Cylindrical-coordinate representation of color #CB65D4: hue angle of 295.14º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB65D4 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 101 212 -
CMYK 0.04 0.52 0 0.17
HSL 295.14º 0.56% 0.61% -
HSV(B) 295.14º 0.52% 0.83% -
XYZ 41.17 26.76 65.28 -
YUV 144.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 203 101 212 0.04 0.52 0 0.17 295.14 0.56 0.61
Hex CB 65 D4 4 34 0 11 127 38 3D
Octal 313 145 324 4 64 0 21 447 70 75
Binary 11001011 1100101 11010100 100 110100 0 10001 100100111 111000 111101

Color Harmonies of #CB65D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB65D4

Black with #CB65D4

Text Example


Text Example

White with #CB65D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB65D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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