Html Css Color HEX #CF6BE4 Orchid

📋 copy color: '#CF6BE4'

red 207 ◦ green 107 ◦ blue 228

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

Shades of Orchid #CF6BE4

Tints of Orchid #CF6BE4

RGB

 RED value IS 207 (81.25% from 255) = 38.19%

 GREEN value IS 107 (42.19% from 255) = 19.74%

 BLUE value IS 228 (89.45% from 255) = 42.07%

R = 38.19%
G = 19.74%
B = 42.07%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CF6BE4 (or 0xCF6BE4) is known color: Orchid. HEX triplet: CF, 6B and E4. RGB value is (207,107,228). Sum of RGB (Red+Green+Blue) = 207+107+228=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF6BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BE4 is #30941B. Grayscale: #969696. Windows color (decimal): -3183644 or 14969807. OLE color: 14969807.

HSL color Cylindrical-coordinate representation of color #CF6BE4: hue angle of 289.59º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6BE4 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 107 228 -
CMYK 0.09 0.53 0 0.11
HSL 289.59º 0.69% 0.66% -
HSV(B) 289.59º 0.53% 0.89% -
XYZ 44.99 29.38 76.7 -
YUV 150.69 171.63 168.16 -
System Red Green Blue C M Y K H S L
Decimal 207 107 228 0.09 0.53 0 0.11 289.59 0.69 0.66
Hex CF 6B E4 9 35 0 B 122 45 42
Octal 317 153 344 11 65 0 13 442 105 102
Binary 11001111 1101011 11100100 1001 110101 0 1011 100100010 1000101 1000010

Color Harmonies of #CF6BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6BE4

Black with #CF6BE4

Text Example


Text Example

White with #CF6BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6BE4; }

 p { color: rgb(207,107,228); }

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

background-color css

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

 a { background-color: rgb(207,107,228); }

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

border-color css

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

 span { border-color: rgb(207,107,228); }

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